home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Mp3 / TraxFolder.sit / Trax Folder / ReleaseNotes < prev    next >
Text File  |  1998-03-15  |  7KB  |  140 lines

  1. TRAX RELEASE NOTES
  2.  
  3. v2.7.2 - 3/15/98
  4. * When a playlist is sent to the player, all items in it are colored green. New items continue to be added in red. This allows you to determine which files have or have not been sent to the player.
  5. * Fixed bug which would cause Trax to incorrectly delete playlist items under certain conditions.
  6. * Delete/Backspace keys now delete items in the playlist.
  7. * Added some support for language localization. A Japanese translation (by Naotaka Morimoto) should be finished soon.
  8.  
  9. v2.7 - 3/14/98
  10. * Fixed long standing bug which prevented Trax from decoding SWA 6.0 headers.
  11. * Based on user suggestions, Trax can now automatically open a source folder (or disk) at startup. This is configurable, of course, via the Preferences dialog.
  12.  
  13. v2.6 - 2/8/98
  14. * Based on user suggestions, Trax now supports multiple selections in both the playlist and source windows. This allows a user to add many (or all) of the source files at once. It is also possible to delete multiple (or all) playlist entries.
  15.  
  16. v2.5.5 - 12/1/97
  17. * If you are using SoundApp as your playback engine, Trax now sends the actual playlist file to SoundApp, instead of the individual songs. Note that only works if the playlist file has been saved.
  18.  
  19. v2.5 - 11/21/97
  20. * Trax can now shuffle a playlist, either manually (by clicking on the off-set rectangles button in the playlist window), or automatically on open (specified in the preferences dialog). This feature is particularly useful if you use MacAMP (which dosen't support shuffle) as your player.
  21. * Trax now highlights the names of songs already added to the current playlist in red. Songs in the playlist window are also displayed in red (to help identify the playlist window). Opening an existing playlist or creating a new one resets the colors.
  22.  
  23. v2.3.1 - 11/14/97
  24. * fixed a bug introduced in 2.3 which prevented Trax from reading and setting ID3 tags correctly.
  25.  
  26. v2.3 - 11/8/97
  27. * new playlist format: storing the full path to files (as Trax v2.2 and below did) was never a good idea (and sometimes didn't work if the files were in a folder on the desktop or other strange location); I've now switched to an 'alis' resource based playlist, which is a much better way to go. FYI: the new playlist format is compatible with SoundApp's playlist format, meaning you can read/write SoundApp playlists from Trax and vice-versa. 
  28. * since it appears as though the "save playlist" feature in Trax may have been broken for the past couple of releases (opps), I didn't bother to implement an import feature for old format playlists. 
  29. * removed the "Check" button from the playlist window, since its functionality is no longer needed with the new playlist format.
  30. * removed dead code and performed other optimizations
  31.  
  32. v2.2 - 11/5/97
  33.  
  34. * Trax now uses a local disk cache to store file times for the last x number of files which were decoded. The size of the cache is adjustable via the preferences dialog. This greatly speeds up playlist management when most of your files are being pulled off a single-speed CD-ROM device. In my informal tests, time to access a directory once cached was reduced by a factor of 3. The reason for the odd cache size choices (note they are all prime numbers) has to do with the hashing structure I used to implement the cache. I recommend using the default size of 977 (about 50k on disk).
  35.  
  36. * scrollbars are now "active" - meaning the contents of the window scrolls as you move the thumb.
  37.  
  38. * new about box.
  39.  
  40. * other minor bug fixes.
  41.  
  42. v2.1 - 9/24/97
  43.  
  44. * Trax can now decode and set the ID3 tag information associated with some mpeg files (it is an extra 128 byte frame at the end of the stream).
  45.  
  46. v2.0.1 - 9/20/97
  47.  
  48. * fixed an obscure bug which prevented Trax from subtracting playback time from a song deleted during a check process.
  49.  
  50. * Trax now opens the data fork of MPEG files with read-only access, preventing conflicts between it and the players.
  51.  
  52. v2.0 - 9/19/97
  53.  
  54. * Trax can now decode MPEG header information, including bitrate, frequency, layer, mode, etc! This information allows Trax to give 100% accurate values for playback times. It also allows the user to get more info on a file then some playback engines allow (whether or not a file is joint stereo, for example).
  55.  
  56. * on first launch of Trax (or when upgrading from previous version), Trax will prompt you to re-enter your preference information.
  57.  
  58. * added keyboard equivalents for rotating items in playlist and for getting info on files.
  59.  
  60. * rearranged buttons in playlist window, and changed some colors.
  61.  
  62. * added new preferences item to disable automatic decoding of header.
  63.  
  64. * turned on compiler optimizations
  65.  
  66. * fixed a ton of bugs
  67.  
  68. v1.6.3 - 9/7/97
  69.  
  70. * fixed bug which prevented re-opened playlists from displaying the total playback time.
  71.  
  72. v1.6.2 - 8/17/97
  73.  
  74. * fixed bug which would, under some circumstances, incorrectly insert songs midway through the playlist instead of at the end.
  75.  
  76. v1.6.1 - 7/25/97
  77.  
  78. * fixed window framing problem on the source windows (scrollbar would overlap the grow box)
  79.  
  80. * fixed bug preventing restorating of the "display file times" preference across multiple launches
  81.  
  82. * changed about box
  83.  
  84. v1.6 - 7/15/97
  85.  
  86. * fixed recursion bug once and for all; Trax now correctly displays files that are buried more than 2 folders deep
  87.  
  88. * added the ability to export a playlist to a MacAmp vd25 compatible file (since MacAmp dosen't fully support the OpenDocuments apple event as of this writing)
  89.  
  90. * Trax can now display estimated file times for each file, along with a total playback time of the playlist. Note that these times are based upon files which are encoded Layer III,128bits/44Khz stereo. Other types of files will produce innacurate file times. There is an option to toggle the display of file times via the preferences dialog.
  91.  
  92. * You must re-enter all of your previous preferences (including your playback application)
  93.  
  94. v1.5 - 6/23/97
  95.  
  96. * Trax now supports re-opening of saved playlist files!
  97.  
  98. * save/open/revert playlist files in new file format
  99.  
  100. * closing a playlist window now gives a save warning
  101.  
  102. * new "check" button on playlist window checks paths for validity
  103.  
  104. * new icons (you will have to rebuild your desktop to see them, and for Trax to accept playlist files via drag-and-drop on the finder icon)
  105.  
  106. * watch cursor no longer flickers when recursing a directory to open
  107.  
  108. * note: Trax no longer supports the old "AudioActive-style" (text) playlists since:
  109. - no one uses AudioActive anymore
  110. - no other players support that format
  111. - the format has no room to store extra info like song times
  112. - Trax supports all players via AppleEvents - this will be the only official way of getting your playlists into a specified player.
  113.  
  114. v1.3.1 - 5/6/97
  115.  
  116. * fixed ugly interface bug with the Playlist window (if you created a playlist larger than the initial window size, it wouldn't scroll correctly)
  117.  
  118. v1.3 - 5/1/97
  119.  
  120. * Now compatible with every MacOS mpeg decoder (as long as it supports the OpenDocuments apple event)! 
  121.  
  122. * Automatically launch player from Trax
  123.  
  124. * New preferences option to specify the player
  125.  
  126. * Cursor changes to watch while opening folders
  127.  
  128. * Window buttons act more "3-D like"
  129.  
  130. v1.1 - 4/13/97
  131.  
  132. * Fixed a bug with "Save" with wouldn't correctly truncate playlists after entries had been deleted and the playlist resaved
  133.  
  134. * Added preferences dialog to specify folder depth, file extension, and playlist creator.
  135.  
  136. * Added the ability to drag folders/disks to Trax icon in the finder
  137.  
  138. * Cleaned up code
  139.  
  140.